home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4652 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <4glh4j$rgg@maureen.teleport.com> <4guqo5$4l9@news01.uni-trier.de>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Sat, 2 Mar 96 15:30:56 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Sat, 02 Mar 96 16:30:37 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Subject: Re: Wolfenstein Texture mapping problem
  13. Message-ID: <38232760@kone.fipnet.fi>
  14.  
  15.  
  16. > loop:
  17. >     move.b    (a0,d0.w),(a1)+
  18. >     addq    #2,a0
  19. >     dbra    d1,loop
  20.  
  21. How about some unrolling and adding d0.w to a0.l before
  22. loop so that move.b (a0),(a1)+ can be used?
  23.  
  24. > I do write into a fastram buffer and then copy it to the card ram with 
  25. > word writes. The Picasso is ZII, so word writes are better than byte 
  26. > writes. I can directly access the picasso memory, as a linear chunky 
  27.  
  28. Please do long copies..
  29.  
  30. --                               _
  31. a Stellar programmer          _ //
  32. "Amiga - back for the future" \X/
  33.